home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 January / EnigmA AMIGA RUN 33 (1999)(G.R. Edizioni)(IT)[!][issue 1999-01].iso / earcd / apus / boothack / old / bh980723.lha / bh980723 / apus-amiboot.readme next >
Text File  |  1992-10-10  |  2KB  |  51 lines

  1. This version of amiboot takes an extra argument --apus. Use this when you
  2. want to boot a PPC kernel.
  3.  
  4. You also have to copy ppc_boot to ram: before you start bootstrap.
  5.  
  6. After the screen goes black, you have to wait 10-20 seconds before
  7. Linux/APUS is actually started. This is due to a synchronization problem
  8. between the two CPUs. Hopefully it will be resolved at some time.
  9.  
  10. I use this small script to boot my PPC kernel:
  11.  
  12. -snip-----------------------------------------------------------------------
  13.  
  14.  
  15. copy ppc_boot ram:
  16. copy bootstrap ram:boothack
  17. boothack --apus -k ram:vmlinux root=/dev/hda3 ip=off
  18.  
  19.  
  20. -snip-----------------------------------------------------------------------
  21.  
  22. If you experience problems with the Linux/APUS port, please have a look at
  23. the Linux/APUS FAQ available via http/ftp from sunsite.auc.dk in the
  24. directory: /local/os/linux/apus/docs/
  25.  
  26. The booter also stores a progress string in memory. You can use the tool
  27. bootmesg (included in the archive) to find this after rebooting. See the FAQ
  28. for details.
  29.  
  30.  
  31. If that does not help you, post a message to the Linux/APUS kernel list also
  32. hosted by sunsite. See FAQ for details.
  33.  
  34.  
  35. Jesper
  36.  
  37.  
  38. Recompiling the apus booter:
  39.  
  40.  o get Geek Gadgets
  41.  o get linux-2.1.42
  42.  o put the source files from this archive in the arch/m68k/boot/amiga
  43.    directory.
  44.  o edit include/linux/types.h: define #__KERNEL_STRICT_NAMES and out
  45.                                comment the ustat struct.
  46.         include/linux/posix-types.h: exchange the two first lines.
  47.  o try to compile (remember to cross your fingers :)
  48.  
  49.  You can have a look in the scripts compileBootstrap and compileTest which I
  50.  use to compile bootstrap and ppc_boot.
  51.